home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3iafpri.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/intact/r3iacons.js")
- var R3CLID_IAFOOTPRINT = 1493;
-
- R3IAFPRINTM_ = 1493000;
-
- function _R3IAFPRINTM_() {
- return this.r3Do(R3IAFPRINTM_, arguments);
- }
-
- R3IAFPRINTA_TargetHandl = 1493500;
- function SetR3IAFPRINTA_TargetHandl(value) {
- this.r3Set(R3IAFPRINTA_TargetHandle, value);
- }
-
- function GetR3IAFPRINTA_TargetHandl() {
- var value = 0;
- return this.r3Get(R3IAFPRINTA_TargetHandle, value); // int *
- }
-
- R3IAFPRINTA_Handness = 1493501;
- function SetR3IAFPRINTA_Handness(value) {
- this.r3Set(R3IAFPRINTA_Handness, value);
- }
-
- function GetR3IAFPRINTA_Handness() {
- var value = 0;
- return this.r3Get(R3IAFPRINTA_Handness, value); // int *
- }
-
- function r3Iafootprint () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAFOOTPRINT, arguments);
- }
- // Methods
- this.=_R3IAFPRINTM_;
-
- // Attributes
- this.GetTargetHandl=GetR3IAFPRINTA_TargetHandl;
- this.SetTargetHandl=SetR3IAFPRINTA_TargetHandl;
- this.GetHandness=GetR3IAFPRINTA_Handness;
- this.SetHandness=SetR3IAFPRINTA_Handness;
- }
-
- r3Iafootprint.prototype=new r3Iaconstructor;
- // inc/plugins/objects/fprint/r3iafpri.h_H